home *** CD-ROM | disk | FTP | other *** search
/ Webster's Millennium Amer…Sign Language Dictionary / ASL.ISO / mac / SHARED.cst / 00014_Script_dt qt step clk script < prev    next >
Text File  |  2001-09-17  |  440b  |  13 lines

  1. --∂ï
  2. on mouseDown
  3.   set the movierate of sprite 39 to 0
  4.   put the castNum of sprite 39 into y
  5.   --jj commented 6/20 to see if continuous clicking works better that mouse down!
  6.   --repeat while the mouseDown
  7.   put the movieTime of sprite 39 into x
  8.   if x+4 > the duration of cast y then
  9.     set the movieTime of sprite 39 to 0 --the duration of cast y
  10.   else set the movieTime of sprite 39 to x+3
  11.   updatestage
  12.   --end repeat
  13. end